nand/denali: Adding Denali NAND driver support
authorChin Liang See <[email protected]>
Fri, 12 Sep 2014 05:42:17 +0000 (00:42 -0500)
committerScott Wood <[email protected]>
Thu, 25 Sep 2014 18:43:16 +0000 (13:43 -0500)
commit3eb3e72a3f66db140dabd66b553380c19b2035d4
treeda9a26322ca072603045fb348e2f2c583ef3d656
parentbe16aba5ce8d04b8ca0ebd5ac95d878064e44bd8
nand/denali: Adding Denali NAND driver support

To add the Denali NAND driver support into U-Boot.
This driver is leveraged from Linux with commit ID
fdbad98dff8007f2b8bee6698b5d25ebba0471c9. For Denali
controller 64 variance, you need to declare macro
CONFIG_SYS_NAND_DENALI_64BIT.

Signed-off-by: Chin Liang See <[email protected]>
Cc: Scott Wood <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Tested-by: Masahiro Yamada <[email protected]>
drivers/mtd/nand/Makefile
drivers/mtd/nand/denali.c [new file with mode: 0644]
drivers/mtd/nand/denali.h [new file with mode: 0644]